Pro-Cloud API Web Service
Method/ProCloudWS.asmx/AssetRegisterReport
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/AssetRegisterReport (Method)
Description

This web method returns details. values and locations of all Assets setup in the system .

Request (AssetRegisterReportSoapIn)

The request body is of type AssetRegisterReport.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50) 

xml:string

This is the product code of your asset.

String (max 50 - an empty string can be sent for no filtering)

xml:string

This is the client name whom an asset is currently with.

String (max 100 - an empty string can be sent for no filtering)

xml:string

This is the post code where an asset is currently located.

String (max 10 - an empty string can be sent for no filtering)

xml:string
strPostCode Element strClient Element strProductCode Element strPassword Element objProviderGUId Element Sequence AssetRegisterReport Element

Overview

Sequence
strPassword optional xs:string
strProductCode optional xs:string
strClient optional xs:string
strPostCode optional xs:string
Response (AssetRegisterReportSoapOut)

The response body is of type AssetRegisterReportResponse.

Response Body Parameters

NameDescriptionData Type
 objAssetRegisterReportReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence AssetRegisterReportResult Element Sequence AssetRegisterReportResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objAssetRegisterReportReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<AssetRegisterReport>
				<AssetId>LL-1234</AssetId>
				<ProductTemplateId>38707</ProductTemplateId>
				<CodeAndDesc>John Smith</CodeAndDesc>
				<Qty>1</Qty>
				<StatusId>3923</StatusId>
				<StatusName>On Loan</StatusName>
				<LastUpdated>2017-01-10T12:16:43.313+00:00</LastUpdated>
				<ItemTypeId>1</ItemTypeId>
				<valueTotal>0.0000</valueTotal>
				<NonEin>false</NonEin>
				<Batch/>
				<ValueEach>0.0000</ValueEach>
				<einWC>-1</einWC>
				<ProductCode>GEN</ProductCode>
				<legacyStockRef/>
				<datePurchased>2999/01/01</datePurchased>
				<recycleCount>-1</recycleCount>
			</AssetRegisterReport>
		</NewDataSet>
	</xmlDataSet>
</objAssetRegisterReportReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service